/*------------------------------------------------------------------------
# VMJ eStore Theme for VirtueMart 1.1.3 - August, 2009
# ------------------------------------------------------------------------
# Copyright (C) 2009-2013 VMJunction.com, Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: VMJunction.com
# Websites:  http://www.vmjunction.com
# Icon Designed by: http://www.dryicons.com
-------------------------------------------------------------------------*/
/* General Shop Styles here please */
.addtocart_button, .notify_button {
	text-align:center;
	background-position:middle left;
	min-width:130px;height:25px;
	cursor:pointer;
    color: #FFFFFF;
	border: none;
	font-weight:bold;
	padding-left:17px;
	font-family:inherit;
	vertical-align: middle;
	overflow:hidden;
}
.addtocart_button {
background: url( "themes/vmj_estore/images/add-to-cart_vmj.jpg" ) no-repeat  center transparent;
background:#B90000;
border:medium none !important;
color:#FFFFFF;
cursor:pointer;
display:inline-block !important;
font:bold 12px/14px 'Didact Gothic',sans-serif;
height:27px;
margin:0;
padding:0 23px 2px 0;
text-align:center;
text-decoration:none;
text-transform:none;
vertical-align:middle;
border:1px solid #89898F;
min-width:121px;
-moz-border-radius:0 5px 0 5px;
-moz-box-shadow:0 1px 3px #999999;
}
.notify_button {
	background: url( "themes/vmj_estore/images/notify.png" ) no-repeat  center transparent;
}
.addtocart_button_module {
	text-align:center;
	background-position:middle right;
	width:135px;height:30px;
	cursor:pointer;
	color: #FFFFFF;
	border: none;
	font-weight:bold;
	font-family:inherit;
	background: url( "themes/vmj_estore/images/transparent.png" ) no-repeat  center transparent;
	vertical-align: middle;
	overflow:hidden;
	
}

input.addtocart_button_module:hover  {
	color: #333333;	
}

.addtocart_form {
	width: 100%;
	display: inline;
	white-space: nowrap;
}

/* The quantity box beneath the "add to cart" button  */
.quantity_box {	
	vertical-align: middle;
}
.quantity_box_button {
	width:10px;
	vertical-align:middle;
	height:10px;
	background-repeat: no-repeat;
	background-position: center;
}
.quantity_box_button_down {
	background-image: url( "themes/vmj_estore/images/down_small.gif" );
}
.quantity_box_button_up {
	background-image: url( "themes/vmj_estore/images/up_small.gif" );
}
.continue_link, .checkout_link {
	margin: 2px;
	padding: 2px 0px 2px 40px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.4em;
	width: 40%;
}
.checkout_link {
	margin-left: 40px;
	background: url( "themes/vmj_estore/images/forward.png" ) no-repeat left;
}
.continue_link {
	background: url( "themes/vmj_estore/images/back.png" ) no-repeat left;
}
.next_page {
	background: url( "themes/vmj_estore/images/next_16x16.png" ) no-repeat right;
	padding-right: 30px;
	line-height: 20px;
	float: right;
	width: auto;
}
.previous_page {
	background: url( "themes/vmj_estore/images/previous_16x16.png" ) no-repeat left;
	padding-left: 30px;
	line-height: 20px;
	float: left;
	width: auto;
}

/* This is the text box informing customers about your returns policy */
.legalinfo {
	background: lightgray;
	border: 2px solid gray;
	margin: 10px;
	padding: 0px 0px 10px 10px;
}

div.pathway {
	margin-bottom: 1em;
}

div.pathway img {
	padding: 0 2px;
}

/* The PDF, Email and Print buttons */
div.buttons_heading {
	margin:10px;
	width:10%;
	float:right;
}

.productPrice {
	font-weight:bold;
	color:#F17B1B;
	font-size: 16px;
	white-space: nowrap;
	margin-right:3px;
}
.product-Old-Price {
	color:red;
	text-decoration:line-through;
}

/** BROWSE PRODUCTS STYLES **/
.browseProductContainer {
	width: 100%;	
	position: relative;
	border: 1px #CDCDCD solid;
	margin-top: 10px;
}

.browseProductTitle {
	font-weight: bold;
	background:#EAEAEA;
	height:25px;
	width: 100%;    
}

.browseProductImageContainer {
	float: right;
}

.browseProductDetailsContainer {
	float: left;
	width: 70%;
}

.browseProductDescription {
	margin-top: 60px;
	width: 70%;
}

.browsePriceContainer {
	font-size: 125%;
	float: left;
	line-height: 40px;
	padding: 0 20px;
	background: url( "themes/vmj_estore/images/grad2.gif" ) repeat-x left bottom #DDDDDD;
	border: 1px solid #DDDDDD;
}

.browseRatingContainer {
	white-space: nowrap;
	float: left;
	height: 40px;
	padding: 0 20px;
	background: url( "themes/vmj_estore/images/grad1.gif" ) repeat-x left bottom;
	border: 1px solid #DDDDDD;
	border-left: 1px solid #E6E6E6;
}

.browseAddToCartContainer {
	margin-top: 15px;
	width: 100%;
	display: block;
}

.browseAddToCartContainer .addtocart_button {
	margin: 0 0 0 5px;
}

.browseRatingContainer img {
    	vertical-align: baseline;
}

/** Flypage Styles **/
.thumbnailListContainer {
	text-align: center;
	width: 200px;
	height: 200px;
	overflow: auto;
}

/*
General Form Styling
*/
.formLabel {
	float:left;
	width:30%;
	text-align:right;
	font-weight: bold;
	margin: 2px;
	white-space: nowrap;
	clear: left;
	vertical-align: middle;
	margin-top: 8px;
}

#agreed_div {
	white-space: normal;
}

.formField {
	float:left;
	width:60%;
	margin: 2px;
	vertical-align: middle;
	margin-top: 8px;
	
}
.missing {
	color:red;
	font-weight:bold;
}

/**
* Administration Styles
*/
.adminListHeader {
	float:left; height: 48px; background-repeat: no-repeat;
	text-align: left; font-size: 18px; font-weight: bold;
	padding-left: 80px;	
}

.labelcell {
	margin-left: auto;
	font-weight: bold;
	vertical-align: top;
	width: 30%;
}
table.adminform td.labelcell {
	text-align: right;
}
.iconcell {
	vertical-align: top;
	width: 5%;
}
.shop_error, .shop_warning, .shop_info, .shop_debug, .shop_critical, .shop_tip {
	background-color:#FDEFD3;
	background-position:left 5px;
	background-repeat:no-repeat;
	border-color:#AACCAA;
	border-style:dotted none;
	border-width:1px 0pt;
	font-weight: 900;
	margin:1pt 1pt 1em 1em;
	padding:0.5em 1em 1.5em 48px;
}
.shop_error {
	background-image: url( "themes/vmj_estore/images/error.png" );
}
.shop_warning {
	background-image: url( "themes/vmj_estore/images/warning.png" );
}
.shop_info, .shop_tip {
  	background-image: url( "themes/vmj_estore/images/info.png" );
}

.shop_debug {
	background-image: url( "themes/vmj_estore/images/log_debug.png" );

}
.shop_critical {
	font-weight: bold;
	background-image: url( "themes/vmj_estore/images/log_critical.png" );
}
/**
* Addtocart detail Styles
*/
.vmCartContainer { /* Cart Container */
	width: auto;
	float: left;
	padding: 3px;
}

.vmCartChildHeading { /* Header for the cart */
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: left;
}

.vmCartChild { /* Container for the Child Product */	
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 2px;
	float:left;	
}

.vmChildDetail { /* Child Detail, description , attributes ,price, quantity etc */
	vertical-align: middle;
	margin-top: 6px;
}

.vmCartChildElement { /* Individual element styling */
	width: 100%;
	vertical-align: middle ;
	height: 25px;
	text-align: left;
	
}

.vmCartAttributes { /* Attributes Div*/
	
	margin-top:8px;
	width:100%;
}

.vmAttribChildDetail {  /* Product Attributes Styling */
	
}
	

.vmMultiple {
	height:35px;
}



.vmChildType { /* Product type div*/

width: 100%;
}

.vmClearDetail { /*Clear the divs afer child types*/
	clear: both;
}

.vmClearAttribs { /*Clear the divs before the attributes*/
	clear:both;
}
.vmRowOne { /* Odd Row One styling */
	background: lightgray;	
}

.vmRowTwo { /* Even Row Styling */
	background: white;
}

/* Link Details for link to child*/
.vmChildDetail a, .vmChildDetail a:link {
  font-size        : 11px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : bold;
}
.vmChildDetail a:hover {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}
/* Styling for the form elements to enable correct Line Up  */
.inputboxquantity {
	margin-top: 3px;
	vertical-align: middle;
}
.availabilityHeader {
	text-decoration:underline;
	font-weight:bold;
}
.inputboxattrib {
	float: left;
	margin-top: 0px;
	vertical-align: middle;
	margin-bottom: 2px;
}

.quantitycheckbox {
	margin-top: 6px;
	vertical-align: middle;
}	

/**
* Addtocart detail Styles for placing attributes beside product_types
*/
.vmCartContainer_2up { /* Cart Container */
	width: 100%;
	float: left;
	padding: 3px;
}

.vmCartChildHeading_2up { /* Header for the cart */
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: left;
}

.vmCartChild_2up { /* Container for the Child Product */
	
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 2px;
	float:left;	
}

.vmChildDetail_2up { /* Child Detail, description , attributes ,price, quantity etc */
	vertical-align: middle;
	margin-top: 6px;
}

.vmCartChildElement_2up { /* Individual element styling */
	width: 100%;
	vertical-align: middle ;
	height: 25px;
	text-align: left;
	
}

.vmCartAttributes_2up { /* Attributes Div*/
	float: left;
	padding: 0px 5px 5px 5px;
	margin: 0px 5px 5px 5px;
	width:50%;
}

.vmAttribChildDetail_2up {  /* Product Attributes Styling */
	
}
	
.vmMultiple {
	height:35px;
}

.vmChildType_2up { /* Product type div*/
	background: lightblue;
	padding: 0px 5px 5px 5px;
	margin: 0px 5px 5px 5px;
	float: left;
	width: 40%;
	border: 1px solid #000;
}

.vmClearDetail_2up { /*Clear the divs afer child types*/
	
}

.vmClearAttribs_2up { /*Clear the divs before the attributes*/
	clear:both;
}
.vmRowOne_2up { /* Odd Row One styling */
	background: lightgray;	
}

.vmRowTwo_2up { /* Even Row Styling */
	background: white;
}

/* Link Details for link to child*/
.vmChildDetail_2up a, .vmChildDetail_2up a:link {
  font-size        : 11px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : bold;
}
.vmChildDetail_2up a:hover {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}

.vmCartModuleList  {
  cursor : pointer;
  font-size        : 11px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : bold;
}
.vmCartModuleList:hover {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}
.vmquote {
	margin: 4px;
	border: 1px solid #cccccc;
	background-color: #E9ECEF;
	padding: 10px;
	font-size: 12px;
	color: #254D78;
}
.vmj_inputbox {
      border: 1px solid #CCCCCC;
      background: #FFFFFF;
      color: #000000;
      padding: 3px 5px;
      font-family: Tahoma, Arial, Helvetica, sans-serif;
      font-size: 100%;
}

.vmj_inputbox:hover, .vmj_inputbox:focus {
	background: #FFFFCC;
}

.editable {
	background: #ffff33;
	cursor: pointer;
}
ul.pagination li {
	padding: 2px 1px;
	display: inline;
	background: none;
}
.clr { clear: both; overflow:hidden; }

.vmj_category {
  float:left;
  width:160px;
  height:210px;
  border: 1px #CDCDCD solid;
  margin:3px;

}

.vmj_category_image {
  text-align:center;
  width: 160px;
  height: 165px;
  margin-top:2px;  
}

.vmj_category_image a, .vmj_category_image a:link {
  max-width: 160px;
  max-height: 165px; 
  overflow:hidden;  
}

.vmj_category_image a:hover{
  opacity:0.5; 
}

.vmj_category_heading {
  text-align:center;
  width: 160px;  
}

.vmj_category_heading a, .vmj_category_headinga a:link  {
  font-weight: bold; text-decoration: none;
}

.vmj_category_headinga a:hover {
  text-decoration:underline;
}

.vmj_cat_head {
  background: url( "themes/vmj_estore/images/vmj_cat_head.png" ) no-repeat left center;
  width: 157px;
  color:#FFFFFF;
  text-align:center;
  padding-top:2px;
  height: 22px;
  
  }
  
.vmj_feature_head {
  background: url( "themes/vmj_estore/images/vmj_feature_head.png" ) no-repeat left center;
  width: 157px;
  color:#FFFFFF;
  text-align:center;
  padding-top:2px;
  height: 22px;
  
}  

.vmj_cat_head_br {
  border-bottom: 1px #CDCDCD solid;
  width:100%;
  height:24px;
  margin-right:3px;
  margin-left:3px;
} 

.vmj_feature_head_br {
  border-bottom: 1px #CDCDCD solid;
  width:100%;
  height:24px;
  margin-right:3px;
  margin-left:3px;
  margin-bottom:2px;
}  

.vmj_promo_tb {
  width: 55px;
  height:55px;
  float:left;
  background: url( "themes/vmj_estore/images/vmj_promo_tb.jpg" ) no-repeat left center;
}

.vmj_promo_price {
  text-align:right;
  padding-top:15px;
  border-bottom: 1px #CDCDCD solid;
  margin-right:3px;
  width: 118px;
  float:left;    
}

.vmj_product_info {
  width: 26px;
  height:25px;
  float:left;
  margin-top:5px;
  margin-left:15px;
  background: url( "themes/vmj_estore/images/vmj_info-details.jpg" ) no-repeat left center;
}
/* browsepage embed style */
.vmj-bro-cont {
  float:left;  
  width: 100%; 
  border:1px solid #c0c0c0; 
  margin-top: 10px;   
  } 

.vmj-bro-m-name a , .vmj-bro-m-name {
  color: #E77919; 
  text-transform: capitalize;
  font-size: 11px;
  text-align:left;
}

.vmj-bro-p-name {
  font-size: 11px; 
  color:#000000; 
  font-weight: bold; 
  text-decoration:none; 
  height: 20px; 
  line-height: 20px;
  }
  
.vmj-bro-image {background: #ffffff; z-index:0; float:left; width:27%; height: 90px; overflow: hidden; margin: 15px 0 0 0; padding: 0; text-align: center; vertical-align:middle;} 
.vmj-bro-image img {text-align: center; vertical-align:middle;} 
.vmj-bro-text {float: left; width: 73%; margin: 10px 0 0 0; padding: 0;} 
.vmj-bro-text-sdesc {float: right; width: 99%; text-align: justify;color: #555555; margin: 0; padding-right: 5px; overflow: hidden;vertical-align:top;} 
.vmj-bro-text-sdesc a {color: #555555; font-weight: normal; text-decoration: none;overflow: hidden;} 
.vmj-bro-att {float:right; width: 100%; color: #555555; line-height: 16px; text-align: justify; margin-top: 35px; height: 56px; } 
.vmj-bro-price-cont {float: right; width: 133px; text-align: right; margin-top: 5px; overflow: hidden;} 
.vmj-bro-sku {float: left;width:auto;font-weight: normal; font-size: 9px; margin: 10px 0 0 0; height: 14px; text-align: left; color: #000000} 
.vmj-bro-text-b {float:left; width: 100%; margin: 0 auto; padding:0;} 
.vmj-bro-details {float: left; margin: 0 auto; padding:0;width: 27%; text-align: center;color: #000000; line-height: 16px; margin-top: 5px; border-top: 1px solid #ffffff;} 
.vmj-bro-addtocart-cont {float: right; width: 73%; margin: 5px 0 0 0; padding:0; text-align: justify;color: #000000; line-height: 16px; border-top: 1px solid #cccccc;} 
.vmj-bro-avail {float:left; line-height: 38px;} 
.vmj-bro-addtocart {float:right; margin: 5px auto; padding:0; } 
.noprice {width: 133px; overflow: hidden; text-align: right; } 
.vmj-bro-tag-promo {float: right; width: 56px; text-align: right; margin: 0; overflow: hidden;} 
.vmj-bro-tag-new {float: right; width: 56px; text-align: right; margin: 0; overflow: hidden;} 

/**Auto Image Enlarge**/

.vmj-thumbnail img{
border: none;
margin: 0 5px 5px 0;
z-index: 1;
}

.vmj-thumbnail:hover{
background-color: transparent;
}

.vmj-thumbnail:hover img{
border: none;
}

.vmj-thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid #ccc;
visibility: hidden;
color: black;
text-decoration: none;
z-index: 1001;
}

.vmj-thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
z-index: 1001;
}

.vmj-thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
position: absolute;
left: 40%; /*position where enlarged image should offset horizontally */
z-index: 1001;
}

/*CSS for Pagenav*/

.vmj-pagenavbar, .vmj-pagenav { background:#E77919; color:#ffffff; border: 1px solid #E77919; padding: 0.2em 0.5em;  width: 10px; font-weight: bold; text-decoration: none; } 
a.vmj-pagenav { font-weight: normal; color:#E77919; background: #ffffff; border: 1px solid #cccccc; } 
a:hover.vmj-pagenav { font-weight: normal; color:#000000; background: #ffffff; text-decoration: none; border: 1px solid #E77919 } 

.vmj-pagenav-label { color:#999999; font-weight: normal; border: 1px solid #cccccc; padding: 0.2em 0.5em; } 
a.vmj-pagenav-label { color:#E77919; text-decoration: none; border:1px solid #cccccc; } 
a:hover.vmj-pagenav-label { color:#E77919; text-decoration: none;   border: 1px solid #E77919;  }   

ul.vmj_pagination {
	margin: auto;
}

ul.vmj_pagination li {
	margin: 0;	
	display: inline;
	background: none;	
	width: auto;  
	text-align: right; 
	overflow: hidden; 
	padding: 2px;
}

.vmj_extraimage img {
    border: 1px solid #c0c0c0;
    margin: 2px;
    padding: 2px;	
}


.vmCartModule img {
        display: none;
}
